widget: Set up signals after initializing style context
authorBenjamin Otte <otte@redhat.com>
Fri, 9 Mar 2012 11:35:58 +0000 (12:35 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 9 Mar 2012 12:23:05 +0000 (13:23 +0100)
commit5d579811843f81db9866ac81afc5297f776cfb3b
tree3d93603d4fe5ed3cf54a147df2995041664fe4b7
parent9d1688680c1f2320b3795e15643ac73dc004f6dc
widget: Set up signals after initializing style context

Otherwise, signals would be emitted on semi set up style context which
would then cause crashes when the signal handlers tried to use them.

https://bugzilla.gnome.org/show_bug.cgi?id=662023
gtk/gtkwidget.c